1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmAbout
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     Friend WithEvents TableLayoutPanel As System.Windows.Forms.TableLayoutPanel
18     Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
19     Friend WithEvents LabelProductName As System.Windows.Forms.Label
20     Friend WithEvents LabelVersion As System.Windows.Forms.Label
21     Friend WithEvents LabelCompanyName As System.Windows.Forms.Label
22     Friend WithEvents TextBoxDescription As System.Windows.Forms.TextBox
23     Friend WithEvents OKButton As System.Windows.Forms.Button
24     Friend WithEvents LabelCopyright As System.Windows.Forms.Label
25
26     
'Required by the Windows Form Designer
27     Private components As System.ComponentModel.IContainer
28
29     
'NOTE: The following procedure is required by the Windows Form Designer
30     
'It can be modified using the Windows Form Designer.
31     
'Do not modify it using the code editor.
32     <System.Diagnostics.DebuggerStepThrough()> _
33     Private Sub InitializeComponent()
34         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAbout))
35         Me.TableLayoutPanel = New System.Windows.Forms.TableLayoutPanel()
36         Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
37         Me.LabelProductName = New System.Windows.Forms.Label()
38         Me.LabelVersion = New System.Windows.Forms.Label()
39         Me.LabelCopyright = New System.Windows.Forms.Label()
40         Me.LabelCompanyName = New System.Windows.Forms.Label()
41         Me.TextBoxDescription = New System.Windows.Forms.TextBox()
42         Me.OKButton = New System.Windows.Forms.Button()
43         Me.TableLayoutPanel.SuspendLayout()
44         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
45         Me.SuspendLayout()
46         
'
47         
'TableLayoutPanel
48         
'
49         Me.TableLayoutPanel.ColumnCount =
2
50         Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent,
33.0!))
51         Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent,
67.0!))
52         Me.TableLayoutPanel.Controls.Add(Me.LogoPictureBox,
0, 0)
53         Me.TableLayoutPanel.Controls.Add(Me.LabelProductName,
1, 0)
54         Me.TableLayoutPanel.Controls.Add(Me.LabelVersion,
1, 1)
55         Me.TableLayoutPanel.Controls.Add(Me.LabelCopyright,
1, 2)
56         Me.TableLayoutPanel.Controls.Add(Me.LabelCompanyName,
1, 3)
57         Me.TableLayoutPanel.Controls.Add(Me.TextBoxDescription,
1, 4)
58         Me.TableLayoutPanel.Controls.Add(Me.OKButton,
1, 5)
59         Me.TableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
60         Me.TableLayoutPanel.Location = New System.Drawing.Point(
9, 9)
61         Me.TableLayoutPanel.Name =
"TableLayoutPanel"
62         Me.TableLayoutPanel.RowCount =
6
63         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
10.0!))
64         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
10.0!))
65         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
10.0!))
66         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
10.0!))
67         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
50.0!))
68         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
10.0!))
69         Me.TableLayoutPanel.Size = New System.Drawing.Size(
541, 258)
70         Me.TableLayoutPanel.TabIndex =
0
71         
'
72         
'LogoPictureBox
73         
'
74         Me.LogoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill
75         Me.LogoPictureBox.Image = Global.ERP_System.My.Resources.Resources.all_things_of_studies_back_to_school
76         Me.LogoPictureBox.Location = New System.Drawing.Point(
3, 3)
77         Me.LogoPictureBox.Name =
"LogoPictureBox"
78         Me.TableLayoutPanel.SetRowSpan(Me.LogoPictureBox,
6)
79         Me.LogoPictureBox.Size = New System.Drawing.Size(
172, 252)
80         Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
81         Me.LogoPictureBox.TabIndex =
0
82         Me.LogoPictureBox.TabStop = False
83         
'
84         
'LabelProductName
85         
'
86         Me.LabelProductName.Dock = System.Windows.Forms.DockStyle.Fill
87         Me.LabelProductName.Location = New System.Drawing.Point(
184, 0)
88         Me.LabelProductName.Margin = New System.Windows.Forms.Padding(
6, 0, 3, 0)
89         Me.LabelProductName.MaximumSize = New System.Drawing.Size(
0, 17)
90         Me.LabelProductName.Name =
"LabelProductName"
91         Me.LabelProductName.Size = New System.Drawing.Size(
354, 17)
92         Me.LabelProductName.TabIndex =
0
93         Me.LabelProductName.Text =
"Product Name"
94         Me.LabelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
95         
'
96         
'LabelVersion
97         
'
98         Me.LabelVersion.Dock = System.Windows.Forms.DockStyle.Fill
99         Me.LabelVersion.Location = New System.Drawing.Point(
184, 25)
100         Me.LabelVersion.Margin = New System.Windows.Forms.Padding(
6, 0, 3, 0)
101         Me.LabelVersion.MaximumSize = New System.Drawing.Size(
0, 17)
102         Me.LabelVersion.Name =
"LabelVersion"
103         Me.LabelVersion.Size = New System.Drawing.Size(
354, 17)
104         Me.LabelVersion.TabIndex =
0
105         Me.LabelVersion.Text =
"Version"
106         Me.LabelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
107         
'
108         
'LabelCopyright
109         
'
110         Me.LabelCopyright.Dock = System.Windows.Forms.DockStyle.Fill
111         Me.LabelCopyright.Location = New System.Drawing.Point(
184, 50)
112         Me.LabelCopyright.Margin = New System.Windows.Forms.Padding(
6, 0, 3, 0)
113         Me.LabelCopyright.MaximumSize = New System.Drawing.Size(
0, 17)
114         Me.LabelCopyright.Name =
"LabelCopyright"
115         Me.LabelCopyright.Size = New System.Drawing.Size(
354, 17)
116         Me.LabelCopyright.TabIndex =
0
117         Me.LabelCopyright.Text =
"Copyright"
118         Me.LabelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
119         
'
120         
'LabelCompanyName
121         
'
122         Me.LabelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill
123         Me.LabelCompanyName.Location = New System.Drawing.Point(
184, 75)
124         Me.LabelCompanyName.Margin = New System.Windows.Forms.Padding(
6, 0, 3, 0)
125         Me.LabelCompanyName.MaximumSize = New System.Drawing.Size(
0, 17)
126         Me.LabelCompanyName.Name =
"LabelCompanyName"
127         Me.LabelCompanyName.Size = New System.Drawing.Size(
354, 17)
128         Me.LabelCompanyName.TabIndex =
0
129         Me.LabelCompanyName.Text =
"Company Name"
130         Me.LabelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
131         
'
132         
'TextBoxDescription
133         
'
134         Me.TextBoxDescription.BackColor = System.Drawing.SystemColors.ButtonHighlight
135         Me.TextBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill
136         Me.TextBoxDescription.Location = New System.Drawing.Point(
184, 103)
137         Me.TextBoxDescription.Margin = New System.Windows.Forms.Padding(
6, 3, 3, 3)
138         Me.TextBoxDescription.Multiline = True
139         Me.TextBoxDescription.Name =
"TextBoxDescription"
140         Me.TextBoxDescription.ReadOnly = True
141         Me.TextBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both
142         Me.TextBoxDescription.Size = New System.Drawing.Size(
354, 123)
143         Me.TextBoxDescription.TabIndex =
0
144         Me.TextBoxDescription.TabStop = False
145         Me.TextBoxDescription.Text = resources.GetString(
"TextBoxDescription.Text")
146         
'
147         
'OKButton
148         
'
149         Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
150         Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
151         Me.OKButton.Location = New System.Drawing.Point(
463, 232)
152         Me.OKButton.Name =
"OKButton"
153         Me.OKButton.Size = New System.Drawing.Size(
75, 23)
154         Me.OKButton.TabIndex =
0
155         Me.OKButton.Text =
"&OK"
156         
'
157         
'frmAbout
158         
'
159         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
160         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
161         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
162         Me.CancelButton = Me.OKButton
163         Me.ClientSize = New System.Drawing.Size(
559, 276)
164         Me.Controls.Add(Me.TableLayoutPanel)
165         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
166         Me.MaximizeBox = False
167         Me.MinimizeBox = False
168         Me.Name =
"frmAbout"
169         Me.Padding = New System.Windows.Forms.Padding(
9)
170         Me.ShowInTaskbar = False
171         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
172         Me.Text =
"frmAbout"
173         Me.TableLayoutPanel.ResumeLayout(False)
174         Me.TableLayoutPanel.PerformLayout()
175         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
176         Me.ResumeLayout(False)
177
178     End Sub
179
180 End Class


Gõ tìm kiếm nhanh...